home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Graphisme / FalcoAutoImage / FalcoAutoImageSetup.exe / {app} / FalcowareAcPro.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2010-07-16  |  4.3 KB  |  58 lines

  1. ;InnoSetupVersion=5.3.9
  2. [Setup]
  3. AppName=Autocomplete Pro
  4. AppVerName=AutocompletePro
  5. AppId=AutocompletePro3
  6. DefaultDirName={pf}\AutocompletePro
  7. OutputBaseFilename=in
  8. Compression=lzma2
  9. DisableProgramGroupPage=yes
  10. LicenseFile=embedded\License.rtf
  11. WizardImageFile=embedded\WizardImage0.bmp
  12. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  13. [Files]
  14. Source: "{tmp}\IssProc.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  15. Source: "{tmp}\IssProcLanguage.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  16. Source: "{app}\AutocompletePro.dll"; DestDir: "{app}"; Flags: uninsrestartdelete ignoreversion 
  17. Source: "{app}\support@predictad.com\chrome.manifest"; DestDir: "{app}\support@predictad.com"; Flags: uninsrestartdelete ignoreversion 
  18. Source: "{app}\support@predictad.com\install.rdf"; DestDir: "{app}\support@predictad.com"; Flags: uninsrestartdelete ignoreversion 
  19. Source: "{app}\support@predictad.com\chrome\content\browserOverlay.xul"; DestDir: "{app}\support@predictad.com\chrome\content"; Flags: uninsrestartdelete ignoreversion 
  20. Source: "{app}\support@predictad.com\chrome\content\options.js"; DestDir: "{app}\support@predictad.com\chrome\content"; Flags: uninsrestartdelete ignoreversion 
  21. Source: "{app}\support@predictad.com\chrome\content\options.xul"; DestDir: "{app}\support@predictad.com\chrome\content"; Flags: uninsrestartdelete ignoreversion 
  22. Source: "{app}\support@predictad.com\chrome\content\utils.js"; DestDir: "{app}\support@predictad.com\chrome\content"; Flags: uninsrestartdelete ignoreversion 
  23. Source: "{app}\support@predictad.com\defaults\preferences\predictad.js"; DestDir: "{app}\support@predictad.com\defaults\preferences"; Flags: uninsrestartdelete ignoreversion 
  24. Source: "{app}\InstTracker.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\FireFoxExtension.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\chrome\autocompleteprochrome.crx"; DestDir: "{app}\chrome"; Flags: uninsrestartdelete ignoreversion 
  27. [Dirs]
  28. Name: "{app}\support@predictad.com"; 
  29. [Registry]
  30. Root: HKLM; Subkey: "Software\Google\Chrome\Extensions\defdhglnppeioeflggkmglipcecffkhk"; ValueName: "path"; ValueType: String; ValueData: "{app}\chrome\autocompleteprochrome.crx"; Flags: uninsdeletekey 
  31. Root: HKLM; Subkey: "Software\Google\Chrome\Extensions\defdhglnppeioeflggkmglipcecffkhk"; ValueName: "version"; ValueType: String; ValueData: "1.0"; Flags: uninsdeletekey 
  32. Root: HKLM; Subkey: "Software\Wow6432Node\Google\Chrome\Extensions\defdhglnppeioeflggkmglipcecffkhk"; ValueName: "path"; ValueType: String; ValueData: "{app}\chrome\autocompleteprochrome.crx"; Flags: uninsdeletekey 
  33. Root: HKLM; Subkey: "Software\Wow6432Node\Google\Chrome\Extensions\defdhglnppeioeflggkmglipcecffkhk"; ValueName: "version"; ValueType: String; ValueData: "1.0"; Flags: uninsdeletekey 
  34. [Run]
  35. Filename: "regsvr32.exe"; Parameters: "/s AutocompletePro.dll"; WorkingDir: "{app}"; Description: "Register AutocompletePro BHO"; 
  36. Filename: "{app}\FireFoxExtension.exe"; Parameters: "-source:""{app}\support@predictad.com"" -guid:support@predictad.com"; WorkingDir: "{app}"; Check: "CheckFramework()"; Flags: waituntilidle
  37. Filename: "{app}\InstTracker.exe"; Parameters: "-install -cs:true -si:7546 -ver:1.1 -dir:""{app}"""; WorkingDir: "{app}"; Check: "CheckFramework()"; Flags: waituntilidle
  38. [UninstallRun]
  39. Filename: "regsvr32.exe"; Parameters: "/u /s AutocompletePro.dll"; WorkingDir: "{app}"; 
  40. Filename: "{app}\FireFoxExtension.exe"; Parameters: "-uninstall -guid:support@predictad.com"; WorkingDir: "{app}"; Check: "CheckFramework()"; Flags: waituntilidle
  41. Filename: "{app}\InstTracker.exe"; Parameters: "-remove"; Check: "CheckFramework()"; Flags: waituntilidle
  42. [CustomMessages]
  43. default.NameAndVersion=%1 version %2
  44. default.AdditionalIcons=Additional icons:
  45. default.CreateDesktopIcon=Create a &desktop icon
  46. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  47. default.ProgramOnTheWeb=%1 on the Web
  48. default.UninstallProgram=Uninstall %1
  49. default.LaunchProgram=Launch %1
  50. default.AssocFileExtension=&Associate %1 with the %2 file extension
  51. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  52. RebootPC=Please Reboot.
  53. Exists=Exists
  54. [Languages]
  55. ; These files are stubs
  56. ; To achieve better results after recompilation, use the real language files
  57. Name: "default"; MessagesFile: "embedded\default.isl"; 
  58.